home *** CD-ROM | disk | FTP | other *** search
/ Erect Magazine Extra 10 / Erect Magazine Extra 10 - Disc 2.iso / mac / Menu.DIR / 00034.ls < prev    next >
Encoding:
Text File  |  1996-12-05  |  156 b   |  8 lines

  1. on exitFrame
  2.   puppetSound("MENU.AIF")
  3.   repeat with n = 11 to 28
  4.     set the visible of sprite n to 0
  5.   end repeat
  6.   set the visible of sprite 29 to 1
  7. end
  8.